Contains Method (CollectionBase<T>)
Gets a value that indicates whether the collection contains the specified .
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
'Usage
Dim instance As CollectionBase(Of T)
Dim value As
Dim value As Boolean
value = instance.Contains(value)
Parameters
- value
- The to search for in the collection.
Return Value
true if the collection contains the specified object; otherwise, false.